home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / dev / asm / PtnAsm.readme < prev    next >
Encoding:
Text File  |  2001-09-05  |  1.3 KB  |  39 lines

  1. Short:    Best PowerPC assembler (FAST!) with extended features
  2. Author:   Rafal Grembowski (diamond@go2.pl)
  3. Uploader: skipp@vividdesign.pl
  4. Type:     dev/asm
  5.  
  6. Description:
  7.  
  8.  
  9. PtnAsm is a PowerPC assembler for Amiga. It requies a ppc processor
  10. and a WarpOS installed. Most important features:
  11.  
  12. - creates objects in EHF format
  13. - 603 and 604 instructions and all 32-bit extended mnemonics are
  14.   supported
  15. - complete floating-point support
  16. - uses the same syntax as PowerASM
  17. - support for most of the popular directives
  18.  
  19. Extended Features:
  20.  
  21. With PtnAsm it's posible to write a code as a sequence of equations. What
  22. does it mean? Instead of writting  addi r3,r4,3 you can write r3 = r4 + 3.
  23. This gives the same resoult. It's possible to acces almost all instructions
  24. in this way. The general format is:
  25.  
  26.   destination [.][o][s] = source1[operator source2 ...]
  27.  
  28.  
  29. ============================= Archive contents =============================
  30.  
  31. Original  Packed Ratio    Date     Time    Name
  32. -------- ------- ----- --------- --------  -------------
  33.    32490    9567 70.5% 07-Aug-01 16:53:08  Asm.guide
  34.     7296    1774 75.6% 14-Apr-80 19:24:12  mandel.p
  35.   180284   78573 56.4% 14-Apr-80 18:37:34  PtnAsm
  36.      854     519 39.2% 23-Dec-99 12:49:28  PtnAsm.readme
  37. -------- ------- ----- --------- --------
  38.   220924   90433 59.0% 18-Aug-101 02:55:46   4 files
  39.